Uses of Class
eu.europa.ec.taxud.cesop.domain.XmlTypeAndValue
-
Packages that use XmlTypeAndValue Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domain
Subclasses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domain Modifier and Type Class Description classXmlCountryTypeAndValueRepresents an XML value with its type and country attributes. -
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type XmlTypeAndValue Modifier and Type Method Description static voidValidationErrorUtils. checkCmBr0100(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue pspId)Checks Psp BIC conforms ISO-9362.static voidValidationErrorUtils. checkRpBr0070(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue representativeId, String docRefId)Checks if the representative's BIC conforms ISO-9362.static voidValidationErrorUtils. checkRtBr0010(List<ValidationError> validationErrors, String messageRefId, boolean isRefund, XmlTypeAndValue amount, String transactionIdentifier)Checks the amount value.Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type XmlTypeAndValue Modifier and Type Method Description static voidValidationErrorUtils. checkDuplicateReportedPayees(List<ValidationError> validationErrors, String messageRefId, HashMap<Set<XmlTypeAndValue>,String> reportedPayees, List<XmlTypeAndValue> names, List<XmlCountryTypeAndValue> accounts, String docRefId)Checks if the current reported payee is not a duplicate of a previously reported payee.
-